home *** CD-ROM | disk | FTP | other *** search
/ Sony Ericsson PC Suite K510 / PC Suite.iso / Drivers / USB Cable / w600mdmw.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2005-08-15  |  4.9 KB  |  159 lines

  1. ;*****************************************************************************
  2. ;
  3. ; Name:  w600mdmw.inf
  4. ;
  5. ; Function:
  6. ;    Install the Sony Ericsson W600 USB WMC Modem Port Drivers on Win9x/Me
  7. ;
  8. ; Copyright (c) 1997-2005 MCCI
  9. ;
  10. ; MCCI is a registered trademark of Moore Computer Consultants, Inc
  11. ;
  12. ; NOTICE: This software is licensed, not sold.  Any modification of this
  13. ; inf file to change the reference to an operating system or to change the
  14. ; reference to a device is not permitted unless authorized in writing by
  15. ; Moore Computer Consultants, Inc..
  16. ;
  17. ;*****************************************************************************
  18.  
  19. [Version]
  20. signature="$CHICAGO$"
  21. Class=USB
  22. ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
  23. Provider=%Provider%
  24. DriverVer=07/18/2005, 4.34.0.2703
  25. CatalogFile=w600mdm.cat
  26.  
  27.  
  28. [ControlFlags]
  29. ExcludeFromSelect = *
  30.  
  31. ;-----------------------------------------------------------------------------
  32. ;   Change A:\ to source drive (or omit to always (?) be prompted)
  33. ;-----------------------------------------------------------------------------
  34. [SourceDisksNames]
  35. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  36. ;    having the tagfile non-null seems to help...
  37. 1=%DiskString%,"w600mdm.sys",,
  38.  
  39. [SourceDisksFiles]
  40. ; filename = diskid[,[ subdir][, size]]
  41. w600mdm.sys = 1
  42. w600cr.sys = 1
  43. w600vcr.vxd = 1
  44. w600cm95.sys = 1
  45. w600cmnt.sys = 1
  46. w600comm.vxd = 1
  47. w600vcd.vxd = 1
  48.  
  49. ;-----------------------------------------------------------------------------
  50. ; Specify target paths...
  51. ;-----------------------------------------------------------------------------
  52. [DestinationDirs]
  53. DefaultDestDir          = 11                    ; LDID_SYS
  54.  
  55. ;-----------------------------------------------------------------------------
  56. ; Table of Contents
  57. ;-----------------------------------------------------------------------------
  58. [Manufacturer]
  59. %Sony Ericsson%=SEMC
  60.  
  61. ;-----------------------------------------------------------------------------
  62. ; Device-by-device entries
  63. ;-----------------------------------------------------------------------------
  64. [SEMC]
  65. %SEMC.Modem.Desc% = SEMC.Install, USB\VID_0FCE&PID_D032&MI_01&OS_9X
  66. %SEMC.Modem.Desc2% = SEMC.Install2, USB\VID_0FCE&PID_D032&MI_03&OS_9X
  67.  
  68. ;-----------------------------------------------------------------------------
  69. ; Installation instructions
  70. ;-----------------------------------------------------------------------------
  71.  
  72. [SEMC.Install]
  73. AddReg        = SEMC.AddReg,SEMC.W95.AddReg,SEMC.W95.AddReg.CRGuid
  74. CopyFiles    = CopyFiles, CopyFiles.W95, CopyFiles.sys, CopyFiles.W95.sys
  75. DriverVer=07/18/2005, 4.34.0.2703
  76.  
  77. [SEMC.Install2]
  78. AddReg        = SEMC.AddReg,SEMC.W95.AddReg,SEMC.W95.AddReg.CRGuid2
  79. CopyFiles    = CopyFiles, CopyFiles.W95, CopyFiles.sys, CopyFiles.W95.sys
  80. DriverVer=07/18/2005, 4.34.0.2703
  81.  
  82.  
  83. ;-----------------------------------------------------------------------------
  84. ;  Registry
  85. ;-----------------------------------------------------------------------------
  86.  
  87. ; common registry entries 
  88. [SEMC.AddReg]
  89. HKR,,NTMPDriver,,w600mdm.sys
  90. HKR,,CRUpperDescription,,%UpperDescription%
  91. HKR,,OverrideDefaultPortSettings, 0x10001, 01,00,00,00
  92. HKR,,InitialBaudRate, 0x10001, 00,C2,01,00            ;115200 initial baud rate
  93. HKR,,InitialLineControl,, "8N1"                    ;8-bits, No parity, 1 stop bit
  94. HKR,,EnableSetClearFeatureIdle, 0x10001, 01,00,00,00
  95.  
  96. ; only for Win95....
  97. [SEMC.W95.AddReg]
  98. HKR,,DevLoader,,*ntkern
  99.  
  100. [SEMC.W95.Addreg.CRGuid]
  101. HKR,,CRGuid,,{A0EAC521-584B-48ba-93F5-0B9F88CA9129}
  102.  
  103. [SEMC.W95.Addreg.CRGuid2]
  104. HKR,,CRGuid,,{C6D39A58-52D7-44a8-A3B3-9D29D1868F74}
  105.  
  106.  
  107. ;-----------------------------------------------------------------------------
  108. ;  Copy lists
  109. ;-----------------------------------------------------------------------------
  110. [CopyFiles]
  111.  
  112. [CopyFiles.W95]
  113. w600vcr.vxd
  114. w600comm.vxd
  115. w600vcd.vxd
  116.  
  117. [CopyFiles.sys]
  118. w600mdm.sys
  119. w600cr.sys
  120.  
  121. [CopyFiles.W95.sys]
  122. w600cm.sys,w600cm95.sys
  123. w600cm95.sys
  124. w600cmnt.sys
  125.  
  126. [Copyfiles.W95.inf]
  127.  
  128.  
  129.  
  130. ;-----------------------------------------------------------------------------
  131. ; STRINGS
  132. ;-----------------------------------------------------------------------------
  133. [Strings]
  134.  
  135. ;BEGIN ENG - US English Strings
  136. Provider = "Sony Ericsson"
  137. Sony Ericsson = "Sony Ericsson"
  138. DiskString = "Sony Ericsson W600 USB WMC Modem installation disk"
  139.  
  140. SEMC.Modem.Desc = "Sony Ericsson W600 USB WMC Data Modem (WDM)"
  141. UpperDescription = "Sony Ericsson W600 USB WMC Modem Drivers"
  142.  
  143. CustomerDataPath = "Sony Ericsson W600"
  144. DriverSet = "Sony Ericsson W600 Software"
  145. UninstallFile = "W600Uninstall.exe"
  146. McciOptions = "Uninstallable NotInstallOnWinVer5"
  147.  
  148. SEMC.Modem.Desc2 = "Sony Ericsson W600 USB WMC Modem (WDM)"
  149.  
  150. ;END ENG - US English Strings
  151.  
  152.  
  153. ;-----------------------------------------------------------------------------
  154. ; The following are symbolic constants which don't change per locale.
  155. ;-----------------------------------------------------------------------------
  156.  
  157.  
  158. ;*** end of file ***
  159.